home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1957 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: hamlet.uncg.edu!b_lee2
  2. From: "Bin . Lee" <b_lee2@hamlet.uncg.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Test Stack Overflow option in BC++
  5. Date: Sun, 14 Jan 1996 10:41:03 -0500
  6. Organization: The University of North Carolina at Greensboro
  7. Message-ID: <Pine.SOL.3.91.960114102948.1028B-100000@hamlet.uncg.edu>
  8. NNTP-Posting-Host: hamlet.uncg.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12.  
  13. Hi, Folks: 
  14.  
  15. I have two simple questions related to stack in BC++ .
  16. a. What is stack bottom in BC++, I know in MS compiler, their is a global 
  17.    variable _end, I could not find the correspondence thing in BC ++ .
  18.    Actually, I want to test max stack I used in my program.
  19.  
  20. b. I write a hardware interrupt service routine which is generated by a 5 
  21.    millisecond external timer through IRQ7, and there are many logical and
  22.    simple math involed in ISR, but no any system, bios/dos call in ISR. 
  23.    Since this is a repetive called timing ISR, shall I compile the program
  24.    with Test Stack Overflow option off ?
  25.                                    ^^^
  26. Thank you very much folks, by the way, I remember IRQ7 is for second 
  27. printer, originally, I mean parallel printer does not use it, am I right or
  28. not ?
  29.  
  30. Thanks in advance, please send email to me.
  31.  
  32.  
  33. Cheers
  34.  
  35. Ben
  36.  
  37.